home *** CD-ROM | disk | FTP | other *** search
- Command Name : Wait
-
- Function : Wait <n> seconds/minutes
-
- Arguments : [<n>] [SECS] [MINS] [UNTIL <time>]
-
- Location : C directory
-
- Wait will make the computer halt execution of all commands in the current
- script for a certain time. If your script makes your disk drive grind,
- put a wait in between problem commands. A Wait 3 is usually enough (if no
- timescale is specified seconds are assumed). If you enter Wait UNTIL then a
- time, execution is halted till that time. SO Wait UNTIL 18:00 will wait
- until 6pm next comes up. Don't try it at 18:01!
-
- Examples
-
- Wait 5 SECS
-
- Wait for 5 seconds
-
- Wait 10 MINS
-
- Wait for 10 minutes
-
- Wait UNTIL 3:00
-
- Wait until 3:00 am!
-